.header {
  overflow: hidden;
  height: 825px;
}
@media screen and (max-width: 1450px) {
  .header {
    height: 42.96875vw;
  }
}
.header #header-bg-swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
}
.header #header-bg-swiper .swiper-wrapper {
  height: 100% !important;
}
.header #header-bg-swiper .swiper-slide {
  height: 100% !important;
}
.header #header-bg-swiper .swiper-slide .header-bg {
  width: 100%;
  height: 100%;
}
.header .top-links {
  margin-top: 15px;
}
.header .top-links a,
.header .top-links span {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 15px;
}
.header .top-links.blue a,
.header .top-links.blue span {
  color: #0764cc;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.header .top-links .wechat,
.header .top-links .weibo {
  position: relative;
}
.header .top-links .wechat:hover > img,
.header .top-links .weibo:hover > img {
  display: block;
  animation: fadeInUp 0.5s;
}
.header .top-links .qrcode {
  position: absolute;
  width: 100px;
  top: 30px;
  left: -35px;
  display: none;
  z-index: 999;
}
@media screen and (max-width: 1450px) {
  .header .top-links {
    margin-top: 0.78125vw;
  }
  .header .top-links a,
  .header .top-links span {
    margin-right: 0.78125vw;
  }
}
.header .logo {
  display: block;
  width: 357px;
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1450px) {
  .header .logo {
    width: 18.59375vw;
    margin-top: 3.48958vw;
  }
}
.header .search-box {
  height: 85px;
  line-height: 85px;
  width: 942px;
  margin: 70px auto 0;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .header .search-box {
    height: 4.42708vw;
    line-height: 4.42708vw;
    width: 49.0625vw;
    margin: 3.64583vw auto 0;
  }
}
.header .search-box input {
  width: 82.9%;
  height: 100%;
  float: left;
  padding-left: 40px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
}
@media screen and (max-width: 1450px) {
  .header .search-box input {
    padding-left: 2.08333vw;
  }
}
.header .search-box .search-btn {
  width: 17.1%;
  height: 100%;
  background-color: #0764cc;
  text-align: center;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #fff;
  float: left;
  cursor: pointer;
}
.header .search-box .search-btn img {
  vertical-align: middle;
  margin-left: 4px;
  width: 26px;
  height: 26px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1450px) {
  .header .search-box .search-btn img {
    width: 1.35417vw;
    height: 1.35417vw;
    margin-left: 0.20833vw;
    top: -0.10417vw;
  }
}
.header .nav-bar-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 1450px) {
  .header .nav-bar-container {
    height: 4.16667vw;
    line-height: 4.16667vw;
  }
}
.header .nav-bar-container::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #0764cc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.header .nav-bar-container .nav-menus {
  background-image: url(../images/yj-zx-navbar-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  height: 100%;
  position: relative;
  z-index: 2;
  *zoom: 1;
}
.header .nav-bar-container .nav-menus:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .nav-bar-container .nav-menus li {
  float: left;
  height: 100%;
  margin-left: 10.714285%;
  overflow: hidden;
}
.header .nav-bar-container .nav-menus li a {
  color: #fefefe;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.header .nav-bar-container .nav-menus li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -15px;
  transition: all 0.3s ease;
}
.header .nav-bar-container .nav-menus li a:hover, .header .nav-bar-container .nav-menus li a.active {
  font-weight: bold;
}
.header .nav-bar-container .nav-menus li a:hover::after, .header .nav-bar-container .nav-menus li a.active::after {
  width: 100%;
}
.header .nav-bar-container .nav-menus li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1450px) {
  .header .nav-bar-container .nav-menus li {
    margin-left: 10%;
  }
  .header .nav-bar-container .nav-menus li a::after {
    bottom: -0.78125vw;
  }
}

.bmjz-menu {
  top: 75px;
}
@media screen and (max-width: 1450px) {
  .bmjz-menu {
    top: 4.42708vw;
  }
}
@media screen and (max-width: 992px) {
  .bmjz-menu {
    top: 0;
  }
}

.section1 {
  background-image: linear-gradient(to bottom, #0764cc, #fff);
}
.section1 .announcement-container {
  padding-top: 40px;
  padding-bottom: 45px;
}
.section1 .announcement-container #announcement {
  height: 80px;
  overflow: hidden;
}
.section1 .announcement-container #announcement a.title {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 36px;
  font-size: calc(40 * var(--font-scale) * 1px);
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section1 .announcement-container #announcement a.more {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.section1 .announcement-container #announcement a.more::after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: -5px;
  top: 44%;
}
@media screen and (max-width: 1450px) {
  .section1 .announcement-container {
    padding-top: 2.08333vw;
    padding-bottom: 2.34375vw;
  }
  .section1 .announcement-container #announcement {
    height: 4.6875vw;
  }
  .section1 .announcement-container #announcement a.title {
    height: 2.6vw;
    line-height: 2.6vw;
    font-size: 32px;
  }
  .section1 .announcement-container #announcement a.more {
    margin-top: 0.78125vw;
    width: 2.86458vw;
  }
}
.section1 .today-news {
  *zoom: 1;
}
.section1 .today-news:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section1 .today-news .infos-container {
  float: left;
  width: 49%;
}
.section1 .today-news .infos-container .news-tabs {
  border-bottom: solid 0.5px #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.section1 .today-news .infos-container .news-tabs li {
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.section1 .today-news .infos-container .news-tabs li a {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #fff;
  height: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.section1 .today-news .infos-container .news-tabs li.active a {
  color: #fbd60b;
}
.section1 .today-news .infos-container .news-tabs li.active a::after {
  content: "";
  background-color: #fbd60b;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1450px) {
  .section1 .today-news .infos-container .news-tabs li {
    height: 3.64583vw;
    line-height: 3.64583vw;
  }
}
.section1 .today-news .infos-container #news-container {
  margin-top: 10px;
}
@media screen and (max-width: 1450px) {
  .section1 .today-news .infos-container #news-container {
    margin-top: 0.52083vw;
  }
}
.section1 .today-news #today-news-swiper {
  float: right;
  width: 49%;
  height: 470px;
  background-color: #fff;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 6px;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-wrapper .swiper-slide a p {
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  padding-right: 20%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-pagination {
  text-align: right;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 28px;
  left: auto;
  right: 10px;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #fff;
  opacity: 1;
}
.section1 .today-news #today-news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #6391d1;
}
@media screen and (max-width: 1450px) {
  .section1 .today-news #today-news-swiper {
    height: 25.83333vw;
  }
  .section1 .today-news #today-news-swiper.swiper-container .swiper-wrapper .swiper-slide a p {
    height: 3.125vw;
    line-height: 3.125vw;
    padding-left: 1.30208vw;
  }
  .section1 .today-news #today-news-swiper.swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 1.45833vw;
    right: 0.52083vw;
  }
  .section1 .today-news #today-news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.52083vw;
    height: 0.52083vw;
    margin: 0 0.52083vw 0 0;
  }
}

.ad-img-visible-lg {
  display: block;
  margin-top: 40px;
}

.ad-img-visible-sm {
  display: none;
}

#ad-banner-container {
  margin-top: 30px;
  margin-bottom: 40px;
}
#ad-banner-container img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ad-banner-container .swiper-prev,
#ad-banner-container .swiper-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../images/yj-zx-zjzx-ic-wlzx-arrow-left.png);
  background-position: center;
  background-size: 15px 30px;
  z-index: 1;
  background-repeat: no-repeat;
  cursor: pointer;
}
#ad-banner-container .swiper-next {
  left: auto;
  right: 0;
  background-image: url(../images/yj-zx-zjzx-ic-wlzx-arrow-right.png);
}

#ad-banner-container-wap {
  display: none;
}

.section-title {
  text-align: center;
  height: 60px;
  font-family: "Microsoft YaHei";
  margin-bottom: 40px;
}
.section-title .en {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 41.4px;
  font-size: calc(46 * var(--font-scale) * 1px);
  color: rgba(51, 84, 150, 0.13);
  display: inline-block;
  bottom: 0;
}
.section-title .cn {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 41.4px;
  font-size: calc(46 * var(--font-scale) * 1px);
  color: #333;
  font-weight: bold;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.section-title .cn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to top, #7db3ff, #c5ddfe);
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-zwgk {
  padding: 40px 0;
}
.section-zwgk .left-container {
  float: left;
  width: 69.42857%;
}
.section-zwgk .left-container .news-tabs {
  border-bottom: solid 0.5px #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.section-zwgk .left-container .news-tabs li {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.section-zwgk .left-container .news-tabs li a {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #333;
  height: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.section-zwgk .left-container .news-tabs li.active a {
  color: #0764cc;
}
.section-zwgk .left-container .news-tabs li.active a::after {
  content: "";
  background-color: #0764cc;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-zwgk .left-container #zwgk-news-container {
  height: 350px;
  margin-top: 10px;
}
.section-zwgk .left-container .zfxxgk {
  margin-top: 5px;
}
.section-zwgk .left-container .zfxxgk span {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #0764cc;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
}
.section-zwgk .left-container .zfxxgk::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  z-index: -1;
}
.section-zwgk .left-container .zfxxgk-items {
  *zoom: 1;
  margin-top: 28px;
}
.section-zwgk .left-container .zfxxgk-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-zwgk .left-container .zfxxgk-items li {
  float: left;
  width: 23.148%;
  margin-left: 2.46933%;
  height: 148px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.section-zwgk .left-container .zfxxgk-items li:hover {
  box-shadow: 0px 2px 15px 0 rgba(7, 100, 204, 0.2);
}
.section-zwgk .left-container .zfxxgk-items li:first-child {
  margin-left: 0;
}
.section-zwgk .left-container .zfxxgk-items li a {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-zwgk .left-container .zfxxgk-items li img {
  height: 30%;
}
.section-zwgk .left-container .zfxxgk-items li div {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  margin-top: 15px;
}
.section-zwgk .right-container {
  float: right;
  width: 28.57%;
}
.section-zwgk .right-container .zcwj-search-container {
  background-image: url(../images/yj-zx-img-zcwjcx-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  padding: 43px 50px;
}
.section-zwgk .right-container .zcwj-search-container .title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-zwgk .right-container .zcwj-search-container .title img {
  margin-right: 10px;
}
.section-zwgk .right-container .zcwj-search-container input {
  width: 100%;
  display: block;
  border-radius: 4px;
  background-color: #ffffff;
  height: 55px;
  line-height: 55px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #999;
  text-align: left;
  padding: 0 15px;
}
.section-zwgk .right-container .zcwj-search-container input:first-of-type {
  margin-top: 37px;
}
.section-zwgk .right-container .zcwj-search-container input ~ input {
  margin-top: 24px;
}
.section-zwgk .right-container .zcwj-search-container button {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-top: 38px;
  border-radius: 4px;
  background-color: #0764cc;
  text-align: center;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  color: #fff;
  cursor: pointer;
}
.section-zwgk .right-container .items {
  *zoom: 1;
}
.section-zwgk .right-container .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-zwgk .right-container .items li {
  position: relative;
  float: left;
  width: 47.75%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fdfdfd;
  border: solid 1px #ebf2fa;
  border-radius: 4px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  margin-top: 26px;
}
.section-zwgk .right-container .items li:nth-child(2n) {
  margin-left: 2.25%;
}
.section-zwgk .right-container .items li::before, .section-zwgk .right-container .items li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #0764cc;
  transition: all 0.3s linear;
}
.section-zwgk .right-container .items li::before {
  left: 0;
  top: 0;
}
.section-zwgk .right-container .items li::after {
  right: 0;
  bottom: 0;
}
.section-zwgk .right-container .items li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section-zwgk .right-container .items li a::before, .section-zwgk .right-container .items li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #0764cc;
  transition: all 0.3s linear;
}
.section-zwgk .right-container .items li a::before {
  left: 0;
  top: 0;
}
.section-zwgk .right-container .items li a::after {
  right: 0;
  bottom: 0;
}
.section-zwgk .right-container .items li img {
  vertical-align: top;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-zwgk .right-container .items li:hover {
  background-color: #f7f9fc;
}
.section-zwgk .right-container .items li:hover::before, .section-zwgk .right-container .items li:hover::after {
  width: 100%;
}
.section-zwgk .right-container .items li:hover a::before,
.section-zwgk .right-container .items li:hover a::after {
  height: 100%;
}
@media screen and (max-width: 1450px) {
  .section-zwgk {
    padding: 2.08333vw 0;
  }
  .section-zwgk .left-container .news-tabs li {
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .section-zwgk .left-container #zwgk-news-container {
    height: 18.22917vw;
    margin-top: 0.52083vw;
  }
  .section-zwgk .left-container .zfxxgk {
    margin-top: 0.52083vw;
  }
  .section-zwgk .left-container .zfxxgk span {
    padding-right: 0.78125vw;
  }
  .section-zwgk .left-container .zfxxgk-items {
    margin-top: 1.45833vw;
  }
  .section-zwgk .left-container .zfxxgk-items li {
    height: 7.70833vw;
  }
  .section-zwgk .left-container .zfxxgk-items li div {
    margin-top: 0.78125vw;
  }
  .section-zwgk .right-container .zcwj-search-container {
    padding: 2.23958vw 2.60417vw;
  }
  .section-zwgk .right-container .zcwj-search-container .title img {
    margin-right: 0.78125vw;
  }
  .section-zwgk .right-container .zcwj-search-container input {
    height: 2.86458vw;
    line-height: 2.86458vw;
  }
  .section-zwgk .right-container .zcwj-search-container input:first-of-type {
    margin-top: 1.92708vw;
  }
  .section-zwgk .right-container .zcwj-search-container input ~ input {
    margin-top: 1.25vw;
  }
  .section-zwgk .right-container .zcwj-search-container button {
    height: 2.60417vw;
    line-height: 2.60417vw;
    margin-top: 1.97917vw;
  }
  .section-zwgk .right-container .items li {
    height: 3.125vw;
    line-height: 3.125vw;
    margin-top: 1.35417vw;
  }
  .section-zwgk .right-container .items li img {
    width: 1.45833vw;
    height: 1.45833vw;
  }
}

/* #region gd */
.gd {
  margin-bottom: 40px;
  border-radius: 4px;
  background: #ecf3ff;
  overflow: hidden;
  position: relative;
  padding-right: 15px;
}
.gd .gd-more {
  padding-right: 10px;
  font-size: 27px;
  font-size: calc(30 * var(--font-scale) * 1px);
  color: #fff;
  font-weight: bold;
  height: 72px;
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #0764cc;
  letter-spacing: 2px;
  box-sizing: content-box;
  text-align: center;
  padding-left: 10px;
}
.gd .marqueeleft {
  width: 100%;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
}
.gd .marqueeleft ul {
  float: left;
}
.gd .marqueeleft ul li {
  float: left;
  height: 72px;
  line-height: 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-right: 27px;
}
.gd .marqueeleft ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d1d1d1;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gd .marqueeleft ul li a {
  width: 280px;
  color: #585f70;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
}
.gd .marqueeleft ul li span {
  margin: auto 10px;
  color: #585f70;
  display: block;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
}
.gd .marqueeleft ul li i {
  width: 2px;
  height: 28px;
  background: #585f70;
  display: block;
}
@media screen and (max-width: 1450px) {
  .gd {
    margin-bottom: 2.08333vw;
    border-radius: 0.20833vw;
    padding-right: 0.78125vw;
  }
  .gd .gd-more {
    padding-right: 0.52083vw;
    font-size: 23.4px;
    font-size: calc(26 * var(--font-scale) * 1px);
    height: 3.75vw;
    line-height: 3.75vw;
    padding-left: 0.52083vw;
  }
  .gd .marqueeleft {
    height: 3.75vw;
    line-height: 3.75vw;
    overflow: hidden;
  }
  .gd .marqueeleft ul li {
    height: 3.75vw;
    line-height: 3.75vw;
    margin-right: 1.40625vw;
  }
  .gd .marqueeleft ul li::before {
    width: 0.41667vw;
    height: 0.41667vw;
  }
  .gd .marqueeleft ul li a {
    width: 14.58333vw;
    padding-left: 0.78125vw;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .gd .marqueeleft ul li span {
    margin: auto 0.52083vw;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .gd .marqueeleft ul li i {
    width: 1px;
    height: 1.45833vw;
  }
}

/* #endregion */
.zwfw-container {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.zwfw-container .tabs-container {
  border-bottom: solid 0.5px #ccc;
}
.zwfw-container .tabs-container .tabs {
  *zoom: 1;
}
.zwfw-container .tabs-container .tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfw-container .tabs-container .tabs li {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 65px;
}
.zwfw-container .tabs-container .tabs li:first-child {
  margin-left: 0;
}
.zwfw-container .tabs-container .tabs li.active a {
  color: #0764cc;
}
.zwfw-container .tabs-container .tabs li.active a::after {
  content: "";
  background-color: #0764cc;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.zwfw-container .tabs-container .tabs li a {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #333;
  height: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.zwfw-container .tabs-container .tabs li a:hover {
  color: #0764cc;
}
.zwfw-container .tabs-container .more {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  color: #0764cc;
  padding-right: 15px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  cursor: pointer;
}
.zwfw-container .tabs-container .more::after {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url(../images/yj-zx-index-ic-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  right: 0;
}
.zwfw-container #zwfw-swiper-container {
  margin-top: 20px;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul {
  *zoom: 1;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li {
  float: left;
  width: 12.5%;
  text-align: center;
  border-top: solid 1px #eaeaea;
  height: 70px;
  line-height: 70px;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li a {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #333;
  position: relative;
  display: block;
  padding-left: 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li a:hover {
  color: #0764cc;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li a:hover::before {
  background-color: #0764cc;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(1), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(2), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(3), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(4), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(5), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(6), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(7), .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(8) {
  border-top: 0;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul {
  *zoom: 1;
  margin-top: 1px;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li {
  position: relative;
  float: left;
  width: 23.64285%;
  text-align: center;
  border-top: 0;
  height: 70px;
  line-height: 70px;
  margin-left: 1.78571%;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li a {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #333;
  display: block;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li a img {
  vertical-align: middle;
  max-height: 18px;
  margin-top: -3px;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li a:hover {
  color: #0764cc;
  border: 1px solid #0764cc;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li a::before {
  display: none;
}
.zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li:nth-child(4n+1) {
  margin-left: 0;
}
.zwfw-container .links {
  *zoom: 1;
  margin-top: 20px;
}
.zwfw-container .links:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfw-container .links > a {
  float: left;
  width: 31.857%;
  margin-left: 2.2145%;
  height: 160px;
  display: block;
  overflow: hidden;
  background-color: #e4edff;
  position: relative;
  transition: all 0.3s ease;
}
.zwfw-container .links > a:first-child {
  margin-left: 0;
}
.zwfw-container .links > a:hover {
  box-shadow: 0px 0px 6px 0 rgba(7, 100, 204, 0.2);
}
.zwfw-container .links > a:hover > .title,
.zwfw-container .links > a:hover .title-container {
  animation: bounce-down-img 2.5s linear infinite;
}
.zwfw-container .links > a img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 38%;
}
.zwfw-container .links > a .title {
  font-size: 32.4px;
  font-size: calc(36 * var(--font-scale) * 1px);
  color: #335496;
}
.zwfw-container .links > a > .title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 12.556%;
}
.zwfw-container .links > a .title-container {
  margin-left: 12.556%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.zwfw-container .links > a .title-container .sub-title {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #335496;
  margin-top: 10px;
}
.zwfw-container .ykb-img img {
  margin-top: 2.2145%;
  display: block;
  width: 100%;
}
.zwfw-container .ykb-img img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 1450px) {
  .zwfw-container {
    padding: 2.08333vw 0;
  }
  .zwfw-container .tabs-container .tabs li {
    height: 3.125vw;
    line-height: 3.125vw;
    margin-left: 3.38542vw;
  }
  .zwfw-container .tabs-container .more {
    padding-right: 0.78125vw;
  }
  .zwfw-container .tabs-container .more::after {
    width: 0.52083vw;
    height: 0.9375vw;
    top: 4px;
  }
  .zwfw-container #zwfw-swiper-container {
    margin-top: 1.04167vw;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul {
    *zoom: 1;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li {
    height: 3.64583vw;
    line-height: 3.64583vw;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li a {
    padding-left: 1.04167vw;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide ul li a::before {
    width: 0.3125vw;
    height: 0.3125vw;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li {
    height: 3.64583vw;
    line-height: 3.64583vw;
  }
  .zwfw-container #zwfw-swiper-container .swiper-wrapper .swiper-slide:nth-child(3) ul li a {
    height: 2.5vw;
    line-height: 2.5vw;
  }
  .zwfw-container .links {
    margin-top: 1.04167vw;
  }
  .zwfw-container .links > a {
    height: 8.33333vw;
  }
}

.hdjl-container {
  margin: 40px auto;
  *zoom: 1;
}
.hdjl-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.hdjl-container .left-container {
  float: left;
  width: 50%;
}
.hdjl-container .left-container .tabs-container {
  border-bottom: solid 0.5px #ccc;
}
.hdjl-container .left-container .tabs-container .tabs {
  *zoom: 1;
}
.hdjl-container .left-container .tabs-container .tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.hdjl-container .left-container .tabs-container .tabs li {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 65px;
}
.hdjl-container .left-container .tabs-container .tabs li:first-child {
  margin-left: 0;
}
.hdjl-container .left-container .tabs-container .tabs li.active a {
  color: #0764cc;
}
.hdjl-container .left-container .tabs-container .tabs li.active a::after {
  content: "";
  background-color: #0764cc;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.hdjl-container .left-container .tabs-container .tabs li a {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #333;
  height: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.hdjl-container .left-container .tabs-container .tabs li a:hover {
  color: #0764cc;
}
.hdjl-container .left-container .tabs-container .zwfwbmrx {
  position: absolute;
  right: 0;
  bottom: 14px;
}
.hdjl-container .left-container .tabs-container .zwfwbmrx span:nth-child(1) {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #0764cc;
}
.hdjl-container .left-container .tabs-container .zwfwbmrx span:nth-child(2) {
  font-size: 27px;
  font-size: calc(30 * var(--font-scale) * 1px);
  color: #0764cc;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}
.hdjl-container .left-container #hdjl-news-container {
  margin-top: 20px;
}
.hdjl-container .left-container .hfxd li a {
  padding-left: 70px;
}
.hdjl-container .left-container .hfxd li span.type {
  right: auto;
  left: 0;
  border-radius: 4px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.hdjl-container .left-container .hfxd li span.type.yellow {
  background-color: #fef4e8;
  color: #f29208;
}
.hdjl-container .left-container .hfxd li span.type.blue {
  color: #0764cc;
  background-color: #e7f0fa;
}
.hdjl-container .left-container .yjzj li a {
  padding-left: 90px;
}
.hdjl-container .left-container .yjzj li span.type {
  right: auto;
  left: 0;
  border-radius: 4px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.hdjl-container .left-container .yjzj li span.type.gray {
  background-color: #eeedec;
  color: #acacaa;
}
.hdjl-container .left-container .yjzj li span.type.blue {
  color: #0764cc;
  background-color: #e7f0fa;
}
.hdjl-container .left-container .yjzj li span.type.yellow {
  background-color: #fef4e8;
  color: #f29208;
}
.hdjl-container .right-container {
  float: right;
  width: 50%;
  padding-left: 6.9%;
}
.hdjl-container .right-container .title-container {
  height: 60px;
  line-height: 60px;
  *zoom: 1;
}
.hdjl-container .right-container .title-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.hdjl-container .right-container .title-container .title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #0764cc;
  font-weight: bold;
}
.hdjl-container .right-container .title-container .date-container {
  float: right;
  width: 61%;
}
.hdjl-container .right-container .title-container .date-container .date-box {
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  width: 49%;
}
.hdjl-container .right-container .title-container .date-container .date-box input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #666;
  border-radius: 4px;
  padding-left: 10px;
  background: none;
}
.hdjl-container .right-container .title-container .date-container .date-box i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 5px;
  left: auto;
}
.hdjl-container .right-container .chart-box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.hdjl-container .right-container .chart-box li {
  width: 180px;
  height: 180px;
}
.hdjl-container .right-container .chart-box li .box {
  width: 100%;
  height: 100%;
}
.hdjl-container .right-container .items {
  *zoom: 1;
  margin-top: 30px;
}
.hdjl-container .right-container .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.hdjl-container .right-container .items li {
  float: left;
  width: 49.5%;
  height: 99px;
  margin-left: 1%;
  background-color: #e3edff;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.hdjl-container .right-container .items li:first-child {
  margin-left: 0;
}
.hdjl-container .right-container .items li:hover {
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
}
.hdjl-container .right-container .items li:hover span {
  animation: bounce-down-img 2.5s linear infinite;
}
.hdjl-container .right-container .items li span {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #0764cc;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: 14.184%;
}
.hdjl-container .right-container .items li img {
  position: absolute;
  right: 15px;
  bottom: 0;
  max-width: 40%;
  height: 90%;
}
@media screen and (max-width: 1450px) {
  .hdjl-container {
    margin: 2.08333vw auto;
  }
  .hdjl-container .left-container .tabs-container .tabs li {
    height: 3.125vw;
    line-height: 3.125vw;
    margin-left: 3.38542vw;
  }
  .hdjl-container .left-container .tabs-container .zwfwbmrx {
    bottom: 0.72917vw;
  }
  .hdjl-container .left-container #hdjl-news-container {
    margin-top: 1.04167vw;
  }
  .hdjl-container .left-container .hfxd li a {
    padding-left: 3.64583vw;
  }
  .hdjl-container .left-container .hfxd li span.type {
    padding: 0 0.52083vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
  }
  .hdjl-container .left-container .yjzj li a {
    padding-left: 4.6875vw;
  }
  .hdjl-container .left-container .yjzj li span.type {
    padding: 0 0.52083vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
  }
  .hdjl-container .right-container .title-container {
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .hdjl-container .right-container .title-container .date-container .date-box {
    height: 2.1875vw;
    line-height: 2.1875vw;
  }
  .hdjl-container .right-container .chart-box {
    margin-top: 2.60417vw;
  }
  .hdjl-container .right-container .chart-box li {
    width: 9.375vw;
    height: 9.375vw;
  }
  .hdjl-container .right-container .items {
    margin-top: 2.08333vw;
  }
  .hdjl-container .right-container .items li {
    height: 5.15625vw;
  }
  .hdjl-container .right-container .items li img {
    right: 0.78125vw;
  }
}

.ztzl-container {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.ztzl-container #ztzl-swiper-container {
  overflow: hidden;
  margin-top: 40px;
}
.ztzl-container #ztzl-swiper-container .swiper-slide ul {
  *zoom: 1;
}
.ztzl-container #ztzl-swiper-container .swiper-slide ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ztzl-container #ztzl-swiper-container .swiper-slide ul li {
  float: left;
  width: 23.42857%;
  margin-left: 2.09524%;
  overflow: hidden;
}
.ztzl-container #ztzl-swiper-container .swiper-slide ul li:first-child {
  margin-left: 0;
}
.ztzl-container #ztzl-swiper-container .swiper-slide ul li img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  border-radius: 6px;
}
.ztzl-container .ztzl-pagination {
  margin-top: 40px;
  text-align: center;
}
.ztzl-container .ztzl-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 1450px) {
  .ztzl-container {
    padding: 2.08333vw 0;
  }
  .ztzl-container #ztzl-swiper-container {
    margin-top: 2.08333vw;
  }
  .ztzl-container #ztzl-swiper-container .swiper-slide ul li img {
    height: 10.41667vw;
  }
  .ztzl-container .ztzl-pagination {
    margin-top: 2.08333vw;
  }
  .ztzl-container .ztzl-pagination .swiper-pagination-bullet {
    width: 0.72917vw;
    height: 0.72917vw;
    margin-right: 1.04167vw;
  }
}

.zjzx-container {
  padding: 40px 0;
  *zoom: 1;
}
.zjzx-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zjzx-container .left-container {
  float: left;
  width: 64%;
  background-color: #fafafa;
  padding: 40px 24px 24px;
}
.zjzx-container .left-container .section-title {
  height: 50px;
}
.zjzx-container .left-container .section-title .en {
  font-size: 32.4px;
  font-size: calc(36 * var(--font-scale) * 1px);
}
.zjzx-container .left-container .section-title .cn {
  font-size: 32.4px;
  font-size: calc(36 * var(--font-scale) * 1px);
}
.zjzx-container .left-container .section-title .cn::after {
  display: none;
}
.zjzx-container .left-container ul {
  position: relative;
  height: 408.5px;
}
.zjzx-container .left-container ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
.zjzx-container .left-container ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjzx-container .left-container ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #fff;
}
.zjzx-container .left-container ul li a:hover img {
  animation: scale-draw 20s ease-in-out infinite;
}
.zjzx-container .left-container ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 57.429%;
  height: 267px;
}
.zjzx-container .left-container ul li:nth-child(1)::after {
  content: "";
  width: 67px;
  height: 67px;
  background-image: url(../images/yj-zx-ic-play.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.zjzx-container .left-container ul li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 41.2264%;
  height: 128.5px;
}
.zjzx-container .left-container ul li:nth-child(3) {
  position: absolute;
  right: 0;
  top: 138.5px;
  width: 41.2264%;
  height: 128.5px;
}
.zjzx-container .left-container ul li:nth-child(4) {
  position: absolute;
  left: 0;
  top: 277px;
  width: 32.6%;
  height: 131.5px;
}
.zjzx-container .left-container ul li:nth-child(5) {
  position: absolute;
  left: 33.7%;
  top: 277px;
  width: 32.6%;
  height: 131.5px;
}
.zjzx-container .left-container ul li:nth-child(6) {
  position: absolute;
  left: 67.4%;
  top: 277px;
  width: 32.6%;
  height: 131.5px;
}
.zjzx-container .right-container {
  float: right;
  width: 34.357%;
  background-color: #fafafa;
  padding: 40px 24px 24px;
}
.zjzx-container .right-container .section-title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #000;
  font-weight: bold;
  text-align: left;
  height: auto;
  margin-top: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.zjzx-container .right-container .more {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
}
.zjzx-container .right-container .date-container select {
  border-radius: 4px;
  background-color: #f5f5f5;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  width: 49%;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #999;
  text-align: center;
}
.zjzx-container .right-container .table {
  display: table;
  width: 100%;
  margin-top: 24px;
}
.zjzx-container .right-container .table .row {
  display: table-row;
}
.zjzx-container .right-container .table .row div {
  display: table-cell;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  vertical-align: middle;
  text-align: center;
  height: 55px;
}
.zjzx-container .right-container .table .row div:nth-child(1) {
  width: 20%;
}
.zjzx-container .right-container .table .row div:nth-child(1) span {
  border-radius: 4px;
  background-color: #ebebeb;
  color: #999;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  padding: 3px 8px;
}
.zjzx-container .right-container .table .row div:nth-child(2) {
  width: 60%;
}
.zjzx-container .right-container .table .row div:nth-child(3) {
  width: 20%;
}
.zjzx-container .right-container .table .row:nth-child(1) div {
  color: #999;
}
.zjzx-container .right-container .table .row:nth-child(2) div:nth-child(1) span, .zjzx-container .right-container .table .row:nth-child(3) div:nth-child(1) span, .zjzx-container .right-container .table .row:nth-child(4) div:nth-child(1) span {
  background-color: #0764cc;
  color: #fff;
}
.zjzx-container .left-container::before,
.zjzx-container .right-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(to top, #7db3ff, #c5ddfe);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1450px) {
  .zjzx-container {
    padding: 2.08333vw 0;
  }
  .zjzx-container .left-container {
    padding: 2.08333vw 1.25vw 1.25vw;
  }
  .zjzx-container .left-container .section-title {
    height: 2.60417vw;
  }
  .zjzx-container .left-container .section-title .en {
    bottom: -8px;
  }
  .zjzx-container .left-container ul {
    height: 21.27604vw;
  }
  .zjzx-container .left-container ul li:nth-child(1) {
    height: 13.90625vw;
  }
  .zjzx-container .left-container ul li:nth-child(1)::after {
    width: 3.48958vw;
    height: 3.48958vw;
  }
  .zjzx-container .left-container ul li:nth-child(2) {
    height: 6.69271vw;
  }
  .zjzx-container .left-container ul li:nth-child(3) {
    top: 7.21354vw;
    height: 6.69271vw;
  }
  .zjzx-container .left-container ul li:nth-child(4) {
    top: 14.42708vw;
    height: 6.84896vw;
  }
  .zjzx-container .left-container ul li:nth-child(5) {
    top: 14.42708vw;
    height: 6.84896vw;
  }
  .zjzx-container .left-container ul li:nth-child(6) {
    top: 14.42708vw;
    height: 6.84896vw;
  }
  .zjzx-container .right-container {
    padding: 2.08333vw 1.25vw 1vw 1.25vw;
  }
  .zjzx-container .right-container .section-title {
    margin-top: 0.52083vw;
    margin-bottom: 0.52083vw;
  }
  .zjzx-container .right-container .more {
    margin-bottom: 0.52083vw;
  }
  .zjzx-container .right-container .date-container .date-box {
    border-radius: 0.20833vw;
    height: 2.86458vw;
    line-height: 2.86458vw;
  }
  .zjzx-container .right-container .date-container .date-box input {
    border-radius: 0.20833vw;
    padding-left: 0.52083vw;
  }
  .zjzx-container .right-container .date-container .date-box i {
    right: 0.26042vw;
  }
  .zjzx-container .right-container .table {
    margin-top: 1.25vw;
  }
  .zjzx-container .right-container .table .row div {
    height: 2.86458vw;
  }
}

@keyframes bounce-down-img {
  25% {
    transform: translateY(-60%);
  }
  50%, 100% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(-40%);
  }
}
@keyframes scale-draw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}